home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _root.Insurance2Mov.gotoAndStop(2);
- if(currentBet[0] == 1)
- {
- currentBet[0] = 2;
- }
- _root.insuranceSum = Math.floor(_root.currentBet[0] / 2);
- _root.playerTotalUpdate = _root.playerTotal[0] - _root.insuranceSum;
- _root.playerTotal.unshift(_root.playerTotalUpdate);
- _root.amountPlayer = _root.playerTotal[0];
- _root.Insurance2Mov.amountInsurance = _root.insuranceSum;
- _root.addChips();
- play();
- }
-